home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
emulation
/
frodo
/
src
/
sam.h
< prev
Wrap
C/C++ Source or Header
|
1996-01-29
|
217b
|
14 lines
/*
* SAM.h - Simple Assembler and Monitor With Integrated System Explorer
*
* Copyright (C) 1994-1996 by Christian Bauer
*/
#ifndef SAM_H
#define SAM_H
// Exportierte Funktionen
extern void SAM(void);
#endif